Computer and Modernization ›› 2012, Vol. 1 ›› Issue (200): 90-04.doi: 10. 3969/j. issn. 1006-2475.2012.04.024

• 应用与开发 • Previous Articles     Next Articles

Design and Implementation of New Receiver Client for Intelligent Mobile System Platform Based on Android

QUE Feng   

  1. Jiangxi Daily, Nanchang 330006, China
  • Received:2011-11-14 Revised:1900-01-01 Online:2012-04-16 Published:2012-04-16

Abstract: This paper discusses how to use Java language to develop a system on Android2.3. It can download server-side XML and JPG files to the local for readers to keep track of the software. First, through Http protocol, the system downloads XML file using the way of Inputstream to the local. And then it parses with SAX, stores data into SQLite3 database. When the user needs to read the list, it will display with the way of ListActivity.

Key words: Android, Java, SAX, Inputstream, SQLite3, ListActivity